const go/token.IMAG

9 uses

	go/token (current package)
		token.go#L32: 	IMAG   // 123.45i
		token.go#L144: 	IMAG:   "IMAG",

	go/constant
		value.go#L434: 	case token.IMAG:

	go/parser
		parser.go#L1363: 	case token.INT, token.FLOAT, token.IMAG, token.CHAR, token.STRING:
		parser.go#L2438: 		token.IDENT, token.INT, token.FLOAT, token.IMAG, token.CHAR, token.STRING, token.FUNC, token.LPAREN, // operands

	go/printer
		nodes.go#L1047: 	if lit.Kind != token.INT && lit.Kind != token.FLOAT && lit.Kind != token.IMAG {

	go/scanner
		scanner.go#L521: 		tok = token.IMAG

	go/types
		expr.go#L1267: 		case token.INT, token.FLOAT, token.IMAG:
		operand.go#L202: 	case token.IMAG: